Xbasic

A5_SQL_QuerySaveAs Function

Syntax

P a5_SQL_QuerySaveAs(C cs ,C sqlselectStatement ,C saveAsType [,C argumentDefinitions [,L showProgress [,L allowCancel ]]])

Arguments

cs

Character

sqlselectStatement

Character

saveAsType

Character

argumentDefinitions

Character

showProgress

Logical

allowCancel

Logical

Description

Saves a SQL query as a table, passivelink table etc. Used in the SQL Database Explorer

See Also